home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 26 / CU Amiga Magazine's Super CD-ROM 26 (1998)(EMAP Images)(GB)[!][issue 1998-09].iso / CUCD / PowerPC / uae-0.8.4 / acconfig.h next >
Text File  |  1998-06-03  |  3KB  |  81 lines

  1.  
  2. /* Define if you have the Andrew File System.  */
  3. #undef AFS
  4.  
  5. /* Define one of the following to indicate how a program can
  6.    get a list of mounted filesystems.  */
  7.  
  8. /* Define if there is no specific function for reading the list of
  9.    mounted filesystems.  fread will be used to read /etc/mnttab.  [SVR2]  */
  10. #undef MOUNTED_FREAD
  11.  
  12. /* Define if (like SVR2) there is no specific function for reading the
  13.    list of mounted filesystems, and your system has these header files:
  14.    <sys/fstyp.h> and <sys/statfs.h>.  [SVR3]  */
  15. #undef MOUNTED_FREAD_FSTYP
  16.  
  17. /* Define if there is a function named getfsstat for reading the list
  18.    of mounted filesystems.  [DEC Alpha running OSF/1]  */
  19. #undef MOUNTED_GETFSSTAT
  20.  
  21. /* Define if there is a function named getmnt for reading the list of
  22.    mounted filesystems.  [Ultrix]  */
  23. #undef MOUNTED_GETMNT
  24.  
  25. /* Define if there is a function named getmntent for reading the list
  26.    of mounted filesystems, and that function takes a single argument.
  27.    [4.3BSD, SunOS, HP-UX, Dynix, Irix]  */
  28. #undef MOUNTED_GETMNTENT1
  29.  
  30. /* Define if there is a function named getmntent for reading the list of
  31.    mounted filesystems, and that function takes two arguments.  [SVR4]  */
  32. #undef MOUNTED_GETMNTENT2
  33.  
  34. /* Define if there is a function named getmntinfo for reading the list
  35.    of mounted filesystems.  [4.4BSD]  */
  36. #undef MOUNTED_GETMNTINFO
  37.  
  38. /* Define if there is a function named listmntent that can be used to
  39.    list all mounted filesystems. [UNICOS] */
  40. #undef MOUNTED_LISTMNTENT
  41.  
  42. /* Define if there is a function named mntctl that can be used to read
  43.    the list of mounted filesystems, and there is a system header file
  44.    that declares `struct vmount.'  [AIX]  */
  45. #undef MOUNTED_VMOUNT
  46.  
  47. /* Define one of the following to indicate how a program can obtain
  48.    filesystems usage information.  */
  49.  
  50. /*  Define if  statfs takes 3 args.  [DEC Alpha running OSF/1]  */
  51. #undef STAT_STATFS3_OSF1
  52.  
  53. /* Define if there is no specific function for reading filesystems usage
  54.    information and you have the <sys/filsys.h> header file.  [SVR2]  */
  55. #undef STAT_READ_FILSYS
  56.  
  57. /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
  58.    [4.3BSD, SunOS 4, HP-UX, AIX PS/2]  */
  59. #undef STAT_STATFS2_BSIZE
  60.  
  61. /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
  62.    [4.4BSD, NetBSD]  */
  63. #undef STAT_STATFS2_FSIZE
  64.  
  65. /* Define if statfs takes 2 args and the second argument has
  66.    type struct fs_data.  [Ultrix]  */
  67. #undef STAT_STATFS2_FS_DATA
  68.  
  69. /* Define if statfs takes 4 args.  [SVR3, Dynix, Irix, Dolphin]  */
  70. #undef STAT_STATFS4
  71.  
  72. /* Define if there is a function named statvfs.  [SVR4]  */
  73. #undef STAT_STATVFS
  74.  
  75. /* Define if the block counts reported by statfs may be truncated to 2GB
  76.    and the correct values may be stored in the f_spare array.
  77.    [SunOS 4.1.2, 4.1.3, and 4.1.3_U1 are reported to have this problem.
  78.    SunOS 4.1.1 seems not to be affected.]  */
  79. #undef STATFS_TRUNCATES_BLOCK_COUNTS
  80.  
  81.